${gir:Depends},
${misc:Depends},
Description: content-addressed filesystem for operating system binaries (introspection)
- OSTree is a tool for managing bootable, immutable, versioned filesystem
- trees. See the ostree package's description for more details.
+ libostree provides a library and tools for managing bootable, immutable,
+ versioned filesystem trees. See the ostree package's description for
+ more details.
.
This package contains GObject-Introspection metadata, which can be used
to generate dynamic bindings into languages such as Python and JavaScript.
flatpak (<< 0.8.7-2~),
Multi-arch: same
Description: content-addressed filesystem for operating system binaries (library)
- OSTree is a tool and library for managing bootable, immutable, versioned
+ libostree is a library for managing bootable, immutable, versioned
filesystem trees. It is like git in that it checksums individual files
and has a content-addressed object store; unlike git, it "checks out"
the files using hardlinks into an immutable directory tree. This
${misc:Depends},
Suggests:
libostree-doc,
-Description: Development files for the ostree library
- OSTree is a tool and library for managing bootable, immutable, versioned
+Description: Development files for the libostree library
+ libostree is a library for managing bootable, immutable, versioned
filesystem trees. It is like git in that it checksums individual files
and has a content-addressed object store; unlike git, it "checks out"
the files using hardlinks into an immutable directory tree. This
such as embedded devices. It is also used by the Flatpak application
runtime system.
.
- This package contains development headers and the pkg-config file for ostree.
+ This package contains development headers and the pkg-config file for
+ libostree.
Package: libostree-doc
Build-Profiles: <!nodoc>
${misc:Depends},
Suggests:
devhelp,
-Description: Development documentation for the ostree library
- OSTree is a tool for managing bootable, immutable, versioned filesystem
- trees. See the ostree package's description for more details.
+Description: Development documentation for the libostree library
+ libostree provides a library and tools for managing bootable, immutable,
+ versioned filesystem trees. See the ostree package's description for
+ more details.
.
- This package contains development documentation for ostree.
+ This package contains development documentation for libostree.
Package: ostree
Architecture: linux-any
${misc:Depends},
${shlibs:Depends},
Description: content-addressed filesystem for operating system binaries
- OSTree is a tool and library for managing bootable, immutable, versioned
- filesystem trees. It is like git in that it checksums individual files
- and has a content-addressed object store; unlike git, it "checks out"
- the files using hardlinks into an immutable directory tree. This
- can be used to provide atomic upgrades with rollback, history and
- parallel-installation, particularly useful on "fixed purpose" systems
- such as embedded devices.
+ libostree provides a library and tools for managing bootable, immutable,
+ versioned filesystem trees. It is like git in that it checksums
+ individual files and has a content-addressed object store; unlike git,
+ it "checks out" the files using hardlinks into an immutable directory
+ tree. This can be used to provide atomic upgrades with rollback, history
+ and parallel-installation, particularly useful on "fixed purpose"
+ systems such as embedded devices.
.
This package contains the executables used to manage and create
filesystem trees. It does not affect the boot process for the system
${misc:Depends},
${shlibs:Depends},
Description: content-addressed filesystem for operating system binaries - tests
- OSTree is a tool for managing bootable, immutable, versioned filesystem
- trees. See the ostree package's description for more details.
+ libostree provides a library and tools for managing bootable, immutable,
+ versioned filesystem trees. See the ostree package's description for
+ more details.
.
This package contains automated tests.
ostree-grub2 (<< ${binary:Version}),
Provides:
ostree-grub2 (= ${binary:Version}),
-Description: ostree boot loader and initramfs integration
- OSTree is a tool for managing bootable, immutable, versioned filesystem
- trees. See the ostree package's description for more details.
+Description: libostree boot loader and initramfs integration
+ libostree provides a library and tools for managing bootable, immutable,
+ versioned filesystem trees. See the ostree package's description for
+ more details.
.
This package contains configuration snippets and executables needed to
- boot a Debian derivative using OSTree. This integration currently has some
- limitations:
+ boot a Debian derivative from a libostree filesystem deployment. This
+ integration currently has some limitations:
.
- the initramfs must have been made using dracut
- the root filesystem must be one that dracut can mount without a root=
command-line argument (an EFI partition with the GUID defined in
the Discoverable Partitions specification)
- /boot must be a separate partition
- - the boot loader must be one that is supported by ostree, currently
+ - the boot loader must be one that is supported by libostree, currently
GNU GRUB 2, syslinux/extlinux or Das U-Boot